home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / prgtools / prtsut53.zip / SU1SRC.ZIP / FDEMO18.DFM / FDEMO18.txt next >
Text File  |  1996-12-09  |  21KB  |  897 lines

  1. object Form18: TForm18
  2.   Left = 83
  3.   Top = 20
  4.   Width = 694
  5.   Height = 671
  6.   ActiveControl = Panel1
  7.   Caption = 'Customers'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Label5: TLabel
  16.     Left = 57
  17.     Top = 112
  18.     Width = 56
  19.     Height = 20
  20.     Caption = 'Version'
  21.   end
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 686
  26.     Height = 382
  27.     Align = alTop
  28.     TabOrder = 0
  29.     object Bevel3: TBevel
  30.       Left = 12
  31.       Top = 84
  32.       Width = 274
  33.       Height = 189
  34.     end
  35.     object Bevel2: TBevel
  36.       Left = 4
  37.       Top = 9
  38.       Width = 545
  39.       Height = 40
  40.     end
  41.     object Bevel1: TBevel
  42.       Left = 329
  43.       Top = 84
  44.       Width = 224
  45.       Height = 189
  46.     end
  47.     object Label6: TLabel
  48.       Left = 41
  49.       Top = 92
  50.       Width = 64
  51.       Height = 16
  52.       Alignment = taRightJustify
  53.       AutoSize = False
  54.       Caption = 'Licensee'
  55.     end
  56.     object Label9: TLabel
  57.       Left = 73
  58.       Top = 118
  59.       Width = 32
  60.       Height = 16
  61.       Alignment = taRightJustify
  62.       AutoSize = False
  63.       Caption = 'Date'
  64.     end
  65.     object Label10: TLabel
  66.       Left = 20
  67.       Top = 144
  68.       Width = 85
  69.       Height = 16
  70.       Alignment = taRightJustify
  71.       AutoSize = False
  72.       Caption = 'Customer'
  73.     end
  74.     object Label11: TLabel
  75.       Left = 36
  76.       Top = 170
  77.       Width = 69
  78.       Height = 16
  79.       Alignment = taRightJustify
  80.       AutoSize = False
  81.       Caption = 'Address1'
  82.     end
  83.     object Label14: TLabel
  84.       Left = 36
  85.       Top = 196
  86.       Width = 69
  87.       Height = 16
  88.       Alignment = taRightJustify
  89.       AutoSize = False
  90.       Caption = 'Address2'
  91.     end
  92.     object Label15: TLabel
  93.       Left = 36
  94.       Top = 222
  95.       Width = 69
  96.       Height = 16
  97.       Alignment = taRightJustify
  98.       AutoSize = False
  99.       Caption = 'Address3'
  100.     end
  101.     object Label16: TLabel
  102.       Left = 28
  103.       Top = 249
  104.       Width = 77
  105.       Height = 16
  106.       Alignment = taRightJustify
  107.       AutoSize = False
  108.       Caption = 'Telephone'
  109.     end
  110.     object Label22: TLabel
  111.       Left = 377
  112.       Top = 105
  113.       Width = 76
  114.       Height = 16
  115.       Alignment = taRightJustify
  116.       AutoSize = False
  117.       Caption = 'Quantity'
  118.     end
  119.     object Label23: TLabel
  120.       Left = 404
  121.       Top = 132
  122.       Width = 48
  123.       Height = 16
  124.       Alignment = taRightJustify
  125.       AutoSize = False
  126.       Caption = 'Price'
  127.     end
  128.     object Label24: TLabel
  129.       Left = 388
  130.       Top = 160
  131.       Width = 64
  132.       Height = 16
  133.       Alignment = taRightJustify
  134.       AutoSize = False
  135.       Caption = 'SubTotal'
  136.     end
  137.     object Label25: TLabel
  138.       Left = 340
  139.       Top = 186
  140.       Width = 117
  141.       Height = 16
  142.       Alignment = taRightJustify
  143.       AutoSize = False
  144.       Caption = 'Shipping & Handling'
  145.     end
  146.     object Label26: TLabel
  147.       Left = 348
  148.       Top = 212
  149.       Width = 109
  150.       Height = 16
  151.       Alignment = taRightJustify
  152.       AutoSize = False
  153.       Caption = 'Tax'
  154.     end
  155.     object Label27: TLabel
  156.       Left = 356
  157.       Top = 238
  158.       Width = 101
  159.       Height = 16
  160.       Alignment = taRightJustify
  161.       AutoSize = False
  162.       Caption = 'Total'
  163.     end
  164.     object Label1: TLabel
  165.       Left = 28
  166.       Top = 16
  167.       Width = 46
  168.       Height = 16
  169.       Caption = 'Product'
  170.     end
  171.     object Label30: TLabel
  172.       Left = 28
  173.       Top = 54
  174.       Width = 433
  175.       Height = 25
  176.       Caption = 'Demo Registration - Only Print feature is functional'
  177.       Font.Color = clBlack
  178.       Font.Height = -20
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = []
  181.       ParentFont = False
  182.     end
  183.     object Preview: TBitBtn
  184.       Left = 372
  185.       Top = 10
  186.       Width = 81
  187.       Height = 33
  188.       Hint = 'Preview /Print current page'
  189.       Caption = '&Preview'
  190.       ParentShowHint = False
  191.       ShowHint = True
  192.       TabOrder = 0
  193.       OnClick = PreviewClick
  194.     end
  195.     object ComboBox2: TComboBox
  196.       Left = 89
  197.       Top = 12
  198.       Width = 242
  199.       Height = 24
  200.       Enabled = False
  201.       ItemHeight = 16
  202.       TabOrder = 1
  203.       Text = 'Demo Program'
  204.     end
  205.     object Exit: TBitBtn
  206.       Left = 462
  207.       Top = 10
  208.       Width = 77
  209.       Height = 33
  210.       Hint = 'Exit'
  211.       Caption = '&Exit'
  212.       ModalResult = 2
  213.       ParentShowHint = False
  214.       ShowHint = True
  215.       TabOrder = 2
  216.       OnClick = ExitClick
  217.     end
  218.     object Edit12: TEdit
  219.       Left = 464
  220.       Top = 98
  221.       Width = 81
  222.       Height = 24
  223.       ReadOnly = True
  224.       TabOrder = 3
  225.       Text = '0.00'
  226.     end
  227.     object Edit13: TEdit
  228.       Left = 464
  229.       Top = 126
  230.       Width = 81
  231.       Height = 24
  232.       ReadOnly = True
  233.       TabOrder = 4
  234.       Text = '0.00'
  235.     end
  236.     object Edit14: TEdit
  237.       Left = 464
  238.       Top = 154
  239.       Width = 81
  240.       Height = 24
  241.       ReadOnly = True
  242.       TabOrder = 5
  243.       Text = '0.00'
  244.     end
  245.     object Edit15: TEdit
  246.       Left = 464
  247.       Top = 186
  248.       Width = 81
  249.       Height = 24
  250.       ReadOnly = True
  251.       TabOrder = 6
  252.       Text = '0.00'
  253.     end
  254.     object Edit16: TEdit
  255.       Left = 464
  256.       Top = 210
  257.       Width = 81
  258.       Height = 24
  259.       ReadOnly = True
  260.       TabOrder = 7
  261.       Text = '0.00'
  262.     end
  263.     object Edit17: TEdit
  264.       Left = 464
  265.       Top = 234
  266.       Width = 81
  267.       Height = 24
  268.       ReadOnly = True
  269.       TabOrder = 8
  270.       Text = '0.00'
  271.     end
  272.     object Memo9: TMemo
  273.       Left = 12
  274.       Top = 281
  275.       Width = 546
  276.       Height = 92
  277.       Alignment = taCenter
  278.       Font.Color = clBlack
  279.       Font.Height = -15
  280.       Font.Name = 'MS Sans Serif'
  281.       Font.Style = []
  282.       Lines.Strings = (
  283.         
  284.           'If you look closely, you'#39'll see that this form consists of 2 par' +
  285.           'ts. The '
  286.         
  287.           'bottom part is the actual part that gets to be printed. It is st' +
  288.           'ill on the '
  289.         'same form so any information is accessible to both parts!'
  290.         
  291.           'The bottom form can be completely hidden but will still print wi' +
  292.           'th PrintIt'
  293.         
  294.           'In this demo everything is disabled except for the Preview and E' +
  295.           'xit buttons')
  296.       ParentFont = False
  297.       ReadOnly = True
  298.       TabOrder = 9
  299.     end
  300.     object Edit18: TEdit
  301.       Left = 110
  302.       Top = 90
  303.       Width = 163
  304.       Height = 24
  305.       ReadOnly = True
  306.       TabOrder = 10
  307.       Text = 'Mr. J. Smith'
  308.     end
  309.     object Edit19: TEdit
  310.       Left = 110
  311.       Top = 116
  312.       Width = 163
  313.       Height = 24
  314.       ReadOnly = True
  315.       TabOrder = 11
  316.     end
  317.     object Edit20: TEdit
  318.       Left = 110
  319.       Top = 142
  320.       Width = 163
  321.       Height = 23
  322.       ReadOnly = True
  323.       TabOrder = 12
  324.     end
  325.     object Edit21: TEdit
  326.       Left = 110
  327.       Top = 167
  328.       Width = 163
  329.       Height = 24
  330.       ReadOnly = True
  331.       TabOrder = 13
  332.     end
  333.     object Edit22: TEdit
  334.       Left = 110
  335.       Top = 192
  336.       Width = 163
  337.       Height = 25
  338.       ReadOnly = True
  339.       TabOrder = 14
  340.     end
  341.     object Edit23: TEdit
  342.       Left = 110
  343.       Top = 218
  344.       Width = 163
  345.       Height = 24
  346.       ReadOnly = True
  347.       TabOrder = 15
  348.     end
  349.     object Edit24: TEdit
  350.       Left = 110
  351.       Top = 242
  352.       Width = 163
  353.       Height = 25
  354.       ReadOnly = True
  355.       TabOrder = 16
  356.     end
  357.   end
  358.   object Panel2: TPanel
  359.     Left = 0
  360.     Top = 382
  361.     Width = 686
  362.     Height = 262
  363.     Align = alClient
  364.     BevelInner = bvLowered
  365.     BorderWidth = 4
  366.     Caption = 'Panel2'
  367.     TabOrder = 1
  368.     object ScrollBox: TScrollBox
  369.       Left = 6
  370.       Top = 6
  371.       Width = 674
  372.       Height = 250
  373.       HorzScrollBar.Margin = 6
  374.       VertScrollBar.Margin = 6
  375.       VertScrollBar.Position = 72
  376.       Align = alClient
  377.       BorderStyle = bsNone
  378.       Color = clBtnFace
  379.       ParentColor = False
  380.       TabOrder = 0
  381.       object Label12: TLabel
  382.         Left = 25
  383.         Top = -31
  384.         Width = 332
  385.         Height = 17
  386.         Caption = '1111 St James'#39' Street, Pretoria, South Africa, 0083'
  387.         Font.Color = clBlack
  388.         Font.Height = -15
  389.         Font.Name = 'Arial'
  390.         Font.Style = [fsItalic]
  391.         ParentFont = False
  392.       end
  393.       object Shape1: TShape
  394.         Left = 20
  395.         Top = -12
  396.         Width = 737
  397.         Height = 5
  398.         Brush.Color = clBlack
  399.       end
  400.       object Label13: TLabel
  401.         Left = 28
  402.         Top = 172
  403.         Width = 188
  404.         Height = 19
  405.         Caption = 'Thank you for registering '
  406.         Font.Color = clBlack
  407.         Font.Height = -17
  408.         Font.Name = 'Arial'
  409.         Font.Style = []
  410.         ParentFont = False
  411.       end
  412.       object Label3: TLabel
  413.         Left = 280
  414.         Top = 100
  415.         Width = 66
  416.         Height = 19
  417.         Caption = 'Licensee'
  418.         Font.Color = clBlack
  419.         Font.Height = -17
  420.         Font.Name = 'Arial'
  421.         Font.Style = []
  422.         ParentFont = False
  423.       end
  424.       object Label4: TLabel
  425.         Left = 280
  426.         Top = 132
  427.         Width = 114
  428.         Height = 19
  429.         Caption = 'Activation Code'
  430.         Font.Color = clBlack
  431.         Font.Height = -17
  432.         Font.Name = 'Arial'
  433.         Font.Style = []
  434.         ParentFont = False
  435.       end
  436.       object Label7: TLabel
  437.         Left = 436
  438.         Top = -31
  439.         Width = 33
  440.         Height = 17
  441.         Caption = 'Fax :'
  442.         Font.Color = clBlack
  443.         Font.Height = -15
  444.         Font.Name = 'Arial'
  445.         Font.Style = [fsItalic]
  446.         ParentFont = False
  447.       end
  448.       object Label8: TLabel
  449.         Left = 428
  450.         Top = 49
  451.         Width = 3
  452.         Height = 16
  453.         Caption = '.'
  454.       end
  455.       object Label28: TLabel
  456.         Left = 28
  457.         Top = 844
  458.         Width = 70
  459.         Height = 18
  460.         Caption = 'The Chief'
  461.         Font.Color = clBlack
  462.         Font.Height = -15
  463.         Font.Name = 'Arial'
  464.         Font.Style = [fsBold, fsUnderline]
  465.         ParentFont = False
  466.       end
  467.       object Label29: TLabel
  468.         Left = 25
  469.         Top = -63
  470.         Width = 163
  471.         Height = 26
  472.         Caption = 'Demo Company'
  473.         Font.Color = clBlack
  474.         Font.Height = -23
  475.         Font.Name = 'Arial'
  476.         Font.Style = []
  477.         ParentFont = False
  478.       end
  479.       object Label19: TLabel
  480.         Left = 468
  481.         Top = -31
  482.         Width = 115
  483.         Height = 17
  484.         Caption = '+27-12-11111111'
  485.         Font.Color = clBlack
  486.         Font.Height = -15
  487.         Font.Name = 'Arial'
  488.         Font.Style = [fsItalic]
  489.         ParentFont = False
  490.       end
  491.       object Image1: TImage
  492.         Left = 706
  493.         Top = 58
  494.         Width = 87
  495.         Height = 106
  496.         Picture.Data = {<image000.bmp>}
  497.       end
  498.       object Memo1: TMemo
  499.         Left = 28
  500.         Top = 200
  501.         Width = 797
  502.         Height = 89
  503.         BorderStyle = bsNone
  504.         Color = clBtnFace
  505.         Ctl3D = False
  506.         Font.Color = clBlack
  507.         Font.Height = -15
  508.         Font.Name = 'Arial'
  509.         Font.Style = []
  510.         Lines.Strings = (
  511.           
  512.             'We appreciate your support. This document contains the informati' +
  513.             'on necessary to activate your copy of our '
  514.           
  515.             'software. On the Demo Program that you have received, either fro' +
  516.             'm a Bulletin Board, the Internet or directly'
  517.           
  518.             'from us there is an Icon option called ACTIVATE Our Product whic' +
  519.             'h activates your copy of Our Product #1'
  520.           ''
  521.           
  522.             '            To ACTIVATE your copy of Our Product #1 do the follo' +
  523.             'wing:'
  524.           '')
  525.         ParentCtl3D = False
  526.         ParentFont = False
  527.         TabOrder = 0
  528.       end
  529.       object Memo2: TMemo
  530.         Left = 28
  531.         Top = 297
  532.         Width = 541
  533.         Height = 40
  534.         BorderStyle = bsNone
  535.         Color = clBtnFace
  536.         Ctl3D = False
  537.         Font.Color = clBlack
  538.         Font.Height = -17
  539.         Font.Name = 'Arial'
  540.         Font.Style = [fsItalic]
  541.         Lines.Strings = (
  542.           '             1. Select the ACTIVATE Our Product icon'
  543.           '             2. Enter the Field REGISTERED To EXACTLY as:'
  544.           '        ')
  545.         ParentCtl3D = False
  546.         ParentFont = False
  547.         TabOrder = 1
  548.       end
  549.       object Memo3: TMemo
  550.         Left = 28
  551.         Top = 412
  552.         Width = 437
  553.         Height = 21
  554.         BorderStyle = bsNone
  555.         Color = clBtnFace
  556.         Ctl3D = False
  557.         Font.Color = clBlack
  558.         Font.Height = -17
  559.         Font.Name = 'Arial'
  560.         Font.Style = [fsItalic]
  561.         Lines.Strings = (
  562.           '             4. Enter your Activation Code as:')
  563.         ParentCtl3D = False
  564.         ParentFont = False
  565.         TabOrder = 2
  566.       end
  567.       object Memo4: TMemo
  568.         Left = 28
  569.         Top = 468
  570.         Width = 525
  571.         Height = 67
  572.         BorderStyle = bsNone
  573.         Color = clBtnFace
  574.         Ctl3D = False
  575.         Font.Color = clBlack
  576.         Font.Height = -17
  577.         Font.Name = 'Arial'
  578.         Font.Style = [fsItalic]
  579.         Lines.Strings = (
  580.           '             5.Click on the OK Button'
  581.           ''
  582.           
  583.             '             (If no typing errors occurred, your copy is now reg' +
  584.             'istered)')
  585.         ParentCtl3D = False
  586.         ParentFont = False
  587.         TabOrder = 3
  588.       end
  589.       object Memo5: TMemo
  590.         Left = 28
  591.         Top = 569
  592.         Width = 797
  593.         Height = 65
  594.         BorderStyle = bsNone
  595.         Color = clBtnFace
  596.         Ctl3D = False
  597.         Font.Color = clBlack
  598.         Font.Height = -17
  599.         Font.Name = 'Arial'
  600.         Font.Style = []
  601.         Lines.Strings = (
  602.           
  603.             'This copy of Out Product is for the use of 1 programmer only. Ea' +
  604.             'ch additional copy must be licensed. '
  605.           
  606.             'There are no royalties for using the components in your executab' +
  607.             'le programs. You may make copies'
  608.           
  609.             'for yourself and install it on another computer as long as there' +
  610.             ' is only one person using it.')
  611.         ParentCtl3D = False
  612.         ParentFont = False
  613.         TabOrder = 4
  614.       end
  615.       object Memo6: TMemo
  616.         Left = 28
  617.         Top = 660
  618.         Width = 771
  619.         Height = 63
  620.         BorderStyle = bsNone
  621.         Color = clBtnFace
  622.         Ctl3D = False
  623.         Font.Color = clBlack
  624.         Font.Height = -17
  625.         Font.Name = 'Arial'
  626.         Font.Style = []
  627.         Lines.Strings = (
  628.           
  629.             'Your support and satisfaction is very important to us. If you ha' +
  630.             've a problem, please let us know. If you are'
  631.           
  632.             'satisfied with our product, feel free to distribute the unlicens' +
  633.             'ed copy to others. We would also appreciate'
  634.           'any recommendations on how to improve the software even further.'
  635.           ''
  636.           ''
  637.           'Thank you and best regards.'
  638.           ''
  639.           ''
  640.           '')
  641.         ParentCtl3D = False
  642.         ParentFont = False
  643.         TabOrder = 5
  644.       end
  645.       object Memo7: TMemo
  646.         Left = 28
  647.         Top = 867
  648.         Width = 722
  649.         Height = 28
  650.         BorderStyle = bsNone
  651.         Color = clWhite
  652.         Ctl3D = False
  653.         Font.Color = clBlack
  654.         Font.Height = -18
  655.         Font.Name = 'Arial'
  656.         Font.Style = [fsBold]
  657.         Lines.Strings = (
  658.           'Ps. This is a demo program'
  659.           '')
  660.         ParentCtl3D = False
  661.         ParentFont = False
  662.         ReadOnly = True
  663.         TabOrder = 6
  664.       end
  665.       object EditProduct: TEdit
  666.         Left = 224
  667.         Top = 172
  668.         Width = 443
  669.         Height = 25
  670.         Color = clWhite
  671.         Font.Color = clBlack
  672.         Font.Height = -15
  673.         Font.Name = 'Arial'
  674.         Font.Style = []
  675.         ParentFont = False
  676.         ReadOnly = True
  677.         TabOrder = 7
  678.         Text = 'Our Product #1'
  679.       end
  680.       object Memo8: TMemo
  681.         Left = 28
  682.         Top = 372
  683.         Width = 585
  684.         Height = 21
  685.         BorderStyle = bsNone
  686.         Color = clBtnFace
  687.         Ctl3D = False
  688.         Font.Color = clBlack
  689.         Font.Height = -17
  690.         Font.Name = 'Arial'
  691.         Font.Style = [fsItalic]
  692.         Lines.Strings = (
  693.           
  694.             '             3. Select the product you want to register from the' +
  695.             ' Combobox')
  696.         ParentCtl3D = False
  697.         ParentFont = False
  698.         TabOrder = 8
  699.       end
  700.       object Edit1: TEdit
  701.         Left = 22
  702.         Top = 4
  703.         Width = 120
  704.         Height = 24
  705.         BorderStyle = bsNone
  706.         Color = clBtnFace
  707.         Font.Color = clBlack
  708.         Font.Height = -13
  709.         Font.Name = 'Arial'
  710.         Font.Style = []
  711.         ParentFont = False
  712.         ReadOnly = True
  713.         TabOrder = 9
  714.         Text = '12 January1996'
  715.       end
  716.       object Edit3: TEdit
  717.         Left = 410
  718.         Top = 97
  719.         Width = 235
  720.         Height = 25
  721.         Color = clWhite
  722.         Font.Color = clBlack
  723.         Font.Height = -15
  724.         Font.Name = 'Arial'
  725.         Font.Style = []
  726.         ParentFont = False
  727.         ReadOnly = True
  728.         TabOrder = 10
  729.         Text = 'Mr. J. Smith'
  730.       end
  731.       object Edit5: TEdit
  732.         Left = 30
  733.         Top = 103
  734.         Width = 235
  735.         Height = 24
  736.         BorderStyle = bsNone
  737.         Color = clBtnFace
  738.         Font.Color = clBlack
  739.         Font.Height = -15
  740.         Font.Name = 'Arial'
  741.         Font.Style = []
  742.         ParentFont = False
  743.         ReadOnly = True
  744.         TabOrder = 12
  745.         Text = 'South Africa'
  746.       end
  747.       object Edit6: TEdit
  748.         Left = 30
  749.         Top = 124
  750.         Width = 235
  751.         Height = 24
  752.         BorderStyle = bsNone
  753.         Color = clBtnFace
  754.         Font.Color = clBlack
  755.         Font.Height = -15
  756.         Font.Name = 'Arial'
  757.         Font.Style = []
  758.         ParentFont = False
  759.         ReadOnly = True
  760.         TabOrder = 13
  761.         Text = '0083'
  762.       end
  763.       object Edit7: TEdit
  764.         Left = 410
  765.         Top = 129
  766.         Width = 235
  767.         Height = 25
  768.         Color = clWhite
  769.         Font.Color = clBlack
  770.         Font.Height = -15
  771.         Font.Name = 'Arial'
  772.         Font.Style = []
  773.         ParentFont = False
  774.         ReadOnly = True
  775.         TabOrder = 14
  776.         Text = '12345'
  777.       end
  778.       object Edit8: TEdit
  779.         Left = 30
  780.         Top = 60
  781.         Width = 235
  782.         Height = 24
  783.         BorderStyle = bsNone
  784.         Color = clBtnFace
  785.         Font.Color = clBlack
  786.         Font.Height = -15
  787.         Font.Name = 'Arial'
  788.         Font.Style = []
  789.         ParentFont = False
  790.         ReadOnly = True
  791.         TabOrder = 15
  792.         Text = 'Mr. J.Smith'
  793.       end
  794.       object Edit4: TEdit
  795.         Left = 30
  796.         Top = 81
  797.         Width = 235
  798.         Height = 24
  799.         BorderStyle = bsNone
  800.         Color = clBtnFace
  801.         Font.Color = clBlack
  802.         Font.Height = -15
  803.         Font.Name = 'Arial'
  804.         Font.Style = []
  805.         ParentFont = False
  806.         ReadOnly = True
  807.         TabOrder = 11
  808.         Text = 'Nowhere'
  809.       end
  810.       object Edit10: TEdit
  811.         Left = 98
  812.         Top = 345
  813.         Width = 236
  814.         Height = 25
  815.         Color = clWhite
  816.         Font.Color = clBlack
  817.         Font.Height = -15
  818.         Font.Name = 'Arial'
  819.         Font.Style = []
  820.         ParentFont = False
  821.         ReadOnly = True
  822.         TabOrder = 16
  823.         Text = 'Mr. J. Smith'
  824.       end
  825.       object Edit2: TEdit
  826.         Left = 98
  827.         Top = 436
  828.         Width = 236
  829.         Height = 25
  830.         Color = clWhite
  831.         Font.Color = clBlack
  832.         Font.Height = -15
  833.         Font.Name = 'Arial'
  834.         Font.Style = []
  835.         ParentFont = False
  836.         ReadOnly = True
  837.         TabOrder = 17
  838.         Text = '12345'
  839.       end
  840.     end
  841.   end
  842.   object DBPrintWin1: TDBPrintWin
  843.     About = 'Version 5.32'
  844.     AboutRegistered = 'TOM SNIDER'
  845.     HeaderFont.Color = clWindowText
  846.     HeaderFont.Height = 16
  847.     HeaderFont.Name = 'Arial'
  848.     HeaderFont.Style = []
  849.     Font.Color = clWindowText
  850.     Font.Height = 16
  851.     Font.Name = 'Arial'
  852.     Font.Style = []
  853.     FooterFont.Color = clWindowText
  854.     FooterFont.Height = 12
  855.     FooterFont.Name = 'Arial'
  856.     FooterFont.Style = []
  857.     FrameObjects = True
  858.     clBtnFaceAsWhite = True
  859.     OutputTo = poViewer
  860.     Orientation = Default
  861.     Units = poInches
  862.     ViewButtonVisible = False
  863.     ShowCancelDialog = True
  864.     LineWidth = 0
  865.     Copies = 1
  866.     GridBackDrop = False
  867.     GridBackDropUnits = poInches
  868.     ZoomPercentage = 25.000000000000000000
  869.     HeaderTop = 0.500000000000000000
  870.     HeaderLeft = 0.500000000000000000
  871.     HeaderStringLeft = '                                  '
  872.     HeaderStringCenter = '                                  '
  873.     HeaderStringRight = '                                  '
  874.     HeaderEnabled = True
  875.     HeaderOutlined = False
  876.     HeaderFilled = False
  877.     TextColor = clBlack
  878.     ViewBkColor = 11234567
  879.     ViewHeading = 'Printit Viewer'
  880.     HeadingColor = clSilver
  881.     FrameStyle = frThin
  882.     FooterTop = 10.170000000000000000
  883.     FooterString = '                                                  '
  884.     FooterEnabled = True
  885.     FooterOutlined = False
  886.     FooterFilled = False
  887.     FixSansSerif = True
  888.     FooterStringLeft = 'Printed on @Date at @Time'
  889.     FooterStringRight = 'Page @Page'
  890.     BorderLeft = 0.500000000000000000
  891.     BorderRight = 0.500000000000000000
  892.     LineSpacing = 2.800000000000000000
  893.     Left = 488
  894.     Top = 56
  895.   end
  896. end
  897.